PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class
Fields Methods


In This Topic
    PDFFlowDocument Class Members
    In This Topic

    The following tables list the members exposed by PDFFlowDocument.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds a listener for the after flow content draw event.  
    Public MethodAdds a listener for the before flow content draw event.  
    Public MethodAdds a listener for the complete page event.  
    Public MethodAdds new content to the document.
    The content is laid out automatically in the available space and subsequent changes on the content have no effect.  
    Public MethodAdds a listener for the create page event.  
    Public MethodAdds a space after the last flow content.  
    Public MethodCloses the current page no matter how much content has been added to it. Next content added to document will start on a new page.  
    Public MethodOverloaded. Generates the document's table of contents.  
    Public MethodGets the javascript action to execute after the document is printed.  
    Public MethodGets the javascript action to execute after the document is saved.  
    Public MethodGets the available space on current page.  
    Public MethodGets the javascript action to execute before the document is closed.  
    Public MethodGets the javascript action to execute before the document is printed.  
    Public MethodGets the javascript action to execute before the document is saved.  
    Public MethodGets the COS document associated with this object. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets how the document should be displayed when opened in the viewer.  
    Public MethodGets the document information.  
    Public MethodGets the document security store. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the list of file attachments embedded in this document.  
    Public MethodConverts the flow document to a fixed document and returns it.  
    Public MethodGets the document headers and footers.  
    Public MethodGets the document ID. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the JavaScript source code blocks.  
    Public MethodGets the document language.  
    Public MethodGets the document mark information.  
    Public MethodGets the action to execute when the document is opened.  
    Public MethodGets the document outline.  
    Public MethodGets the collection of output intents.  
    Public MethodGets the list of page labeling ranges in the PDF document.  
    Public MethodGets the document's page layout specifying how the pages should be displayed when opened.  
    Public MethodGets the structure element that serves as parent for the structure elements in the flow content objects.
    By default, the creates a as parent for structure elements defined by the flow content objects. This element is a direct child of the structure element which represents the document and is the root of the structure tree.
    The new parent applies only to flow content objects added to the document after this property has been set.
    The structure element used as parent must be included explicitly in the document's structure tree.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the PDF version of this PDFFlowDocument object.  
    Public MethodGets the document security handler. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodGets the document structure tree.  
    Public MethodGets the version extension.  
    Public MethodGets the document's viewer preferences.  
    Public MethodGets the XMP document metadata.  
    Public Methodstatic (Shared in Visual Basic)Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodRemoves a listener for the after flow content draw event.  
    Public MethodRemoves a listener for the before flow content draw event.  
    Public MethodRemoves a listener for the complete page event  
    Public MethodRemoves a listener for the create page event.  
    Public MethodSaves the PDF document to the specified stream.  
    Public MethodSets the javascript action to execute after the document is printed.  
    Public MethodSets the javascript action to execute after the document is saved.  
    Public MethodSets the javascript action to execute before the document is closed.  
    Public MethodSets the javascript action to execute before the document is printed.  
    Public MethodSets the javascript action to execute before the document is saved.  
    Public MethodSets how the document should be displayed when opened in the viewer.  
    Public MethodSets the document information.  
    Public MethodSets the document security store. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document ID, a 32 byte identifier. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document language.  
    Public MethodSets the document mark information.  
    Public MethodSets the action to execute when the document is opened.  
    Public MethodSets the collection of output intents.  
    Public MethodSets the document's page layout specifying how the pages should be displayed when opened.  
    Public MethodSets the structure element that serves as parent for the structure elements in the flow content objects.
    By default, the creates a as parent for structure elements defined by the flow content objects. This element is a direct child of the structure element which represents the document and is the root of the structure tree.
    The new parent applies only to flow content objects added to the document after this property has been set.
    The structure element used as parent must be included explicitly in the document's structure tree.  
    Public MethodSets the PDF version of this PDFFlowDocument object.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Public MethodSets the document structure tree.  
    Public MethodSets the version extension.  
    Public MethodSets the document's viewer preferences.  
    Public MethodSets the XMP document metadata.  
    Public MethodStarts a new page no matter how much content has been added to current page.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.document.PDFDocument)
    Top
    See Also